home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- saveImage:;
- inspect:;
- info:;
- openImage:;
- updateInspector:;
- };
- OUTLETS = {
- infoPanel;
- inspector;
- newWindow;
- infoView;
- newImage;
- saveBut;
- };
- SUPERCLASS = Object;
- };
- Inspector = {
- ACTIONS = {
- showWidth:;
- showGamma:;
- showType:;
- showDepth:;
- showHeight:;
- showBackground:;
- showInterlace:;
- };
- OUTLETS = {
- gamma;
- interlace;
- type;
- depth;
- height;
- background;
- width;
- };
- SUPERCLASS = Object;
- };
-